Unable to start web server; nested exception is org.springframework.context.ApplicationContextExcept

这里多讲一下,springboot工程会通过@EnableAutoConfiguration这个注解去拉去默认配置,该注解通过@Import注解导入了AutoConfigurationImportSelector类。...